3.2995 \(\int \frac{(d x)^m}{\sqrt{a+\frac{b}{\left (\frac{c}{x}\right )^{3/2}}}} \, dx\)

Optimal. Leaf size=102 \[ \frac{x (d x)^m \sqrt{\frac{b x^3 \left (\frac{c}{x}\right )^{3/2}}{a c^3}+1} \, _2F_1\left (\frac{1}{2},\frac{2 (m+1)}{3};\frac{1}{3} (2 m+5);-\frac{b \left (\frac{c}{x}\right )^{3/2} x^3}{a c^3}\right )}{(m+1) \sqrt{a+\frac{b x^3 \left (\frac{c}{x}\right )^{3/2}}{c^3}}} \]

[Out]

(x*(d*x)^m*Sqrt[1 + (b*(c/x)^(3/2)*x^3)/(a*c^3)]*Hypergeometric2F1[1/2, (2*(1 +
m))/3, (5 + 2*m)/3, -((b*(c/x)^(3/2)*x^3)/(a*c^3))])/((1 + m)*Sqrt[a + (b*(c/x)^
(3/2)*x^3)/c^3])

_______________________________________________________________________________________

Rubi [A]  time = 0.226867, antiderivative size = 102, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 5, integrand size = 23, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.217 \[ \frac{x (d x)^m \sqrt{\frac{b x^3 \left (\frac{c}{x}\right )^{3/2}}{a c^3}+1} \, _2F_1\left (\frac{1}{2},\frac{2 (m+1)}{3};\frac{1}{3} (2 m+5);-\frac{b \left (\frac{c}{x}\right )^{3/2} x^3}{a c^3}\right )}{(m+1) \sqrt{a+\frac{b x^3 \left (\frac{c}{x}\right )^{3/2}}{c^3}}} \]

Antiderivative was successfully verified.

[In]  Int[(d*x)^m/Sqrt[a + b/(c/x)^(3/2)],x]

[Out]

(x*(d*x)^m*Sqrt[1 + (b*(c/x)^(3/2)*x^3)/(a*c^3)]*Hypergeometric2F1[1/2, (2*(1 +
m))/3, (5 + 2*m)/3, -((b*(c/x)^(3/2)*x^3)/(a*c^3))])/((1 + m)*Sqrt[a + (b*(c/x)^
(3/2)*x^3)/c^3])

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 20.7032, size = 100, normalized size = 0.98 \[ \frac{c \left (\frac{c}{x}\right )^{m} \left (\frac{c}{x}\right )^{- m - \frac{3}{2}} \left (\frac{c}{x}\right )^{- m - 1} \left (\frac{c}{x}\right )^{m + \frac{3}{2}} \left (d x\right )^{m} \sqrt{a + \frac{b}{\left (\frac{c}{x}\right )^{\frac{3}{2}}}}{{}_{2}F_{1}\left (\begin{matrix} \frac{1}{2}, \frac{2 m}{3} + \frac{2}{3} \\ \frac{2 m}{3} + \frac{5}{3} \end{matrix}\middle |{- \frac{b}{a \left (\frac{c}{x}\right )^{\frac{3}{2}}}} \right )}}{a \sqrt{1 + \frac{b}{a \left (\frac{c}{x}\right )^{\frac{3}{2}}}} \left (m + 1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((d*x)**m/(a+b/(c/x)**(3/2))**(1/2),x)

[Out]

c*(c/x)**m*(c/x)**(-m - 3/2)*(c/x)**(-m - 1)*(c/x)**(m + 3/2)*(d*x)**m*sqrt(a +
b/(c/x)**(3/2))*hyper((1/2, 2*m/3 + 2/3), (2*m/3 + 5/3,), -b/(a*(c/x)**(3/2)))/(
a*sqrt(1 + b/(a*(c/x)**(3/2)))*(m + 1))

_______________________________________________________________________________________

Mathematica [A]  time = 0.221906, size = 0, normalized size = 0. \[ \int \frac{(d x)^m}{\sqrt{a+\frac{b}{\left (\frac{c}{x}\right )^{3/2}}}} \, dx \]

Verification is Not applicable to the result.

[In]  Integrate[(d*x)^m/Sqrt[a + b/(c/x)^(3/2)],x]

[Out]

Integrate[(d*x)^m/Sqrt[a + b/(c/x)^(3/2)], x]

_______________________________________________________________________________________

Maple [F]  time = 0.061, size = 0, normalized size = 0. \[ \int{ \left ( dx \right ) ^{m}{\frac{1}{\sqrt{a+{b \left ({\frac{c}{x}} \right ) ^{-{\frac{3}{2}}}}}}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((d*x)^m/(a+b/(c/x)^(3/2))^(1/2),x)

[Out]

int((d*x)^m/(a+b/(c/x)^(3/2))^(1/2),x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{\left (d x\right )^{m}}{\sqrt{a + \frac{b}{\left (\frac{c}{x}\right )^{\frac{3}{2}}}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((d*x)^m/sqrt(a + b/(c/x)^(3/2)),x, algorithm="maxima")

[Out]

integrate((d*x)^m/sqrt(a + b/(c/x)^(3/2)), x)

_______________________________________________________________________________________

Fricas [F(-2)]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((d*x)^m/sqrt(a + b/(c/x)^(3/2)),x, algorithm="fricas")

[Out]

Exception raised: TypeError

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{\left (d x\right )^{m}}{\sqrt{a + \frac{b}{\left (\frac{c}{x}\right )^{\frac{3}{2}}}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((d*x)**m/(a+b/(c/x)**(3/2))**(1/2),x)

[Out]

Integral((d*x)**m/sqrt(a + b/(c/x)**(3/2)), x)

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{\left (d x\right )^{m}}{\sqrt{a + \frac{b}{\left (\frac{c}{x}\right )^{\frac{3}{2}}}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((d*x)^m/sqrt(a + b/(c/x)^(3/2)),x, algorithm="giac")

[Out]

integrate((d*x)^m/sqrt(a + b/(c/x)^(3/2)), x)